From 823a60f180caf34c816b07f38e287b3332a910f9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 2 Feb 2001 13:03:40 +0000 Subject: [PATCH] (uninstall): Ignore exit code of `rm'. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 29f283f6db3..afdef66e809 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,7 +476,7 @@ uninstall: fi ; \ done (cd ${archlibdir} && rm -f fns-*) - rm -rf ${libexecdir}/emacs/${version} + -rm -rf ${libexecdir}/emacs/${version} (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*) (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1) (cd ${bindir} && rm -f emacs-${version} $(EMACS)) -- 2.30.2